



/* Put your custom styles here */



.fulls

{

    height: 100%;

    width: 100%;

    position: relative;

    background-color: #934646;

    display: inline-block;

}



.fillsL

{

    display: block;

    width: 50%;

    height: 100%;

    background-color: #843535;

    background-size: cover;

    background-position: top;

    position: relative;

}



.fillsR

{

    display: block;

    width: 50%;

    height: 100%;

    background-color: #fff;

    vertical-align: middle;

}



@media (max-width:767px)

{

    .fillsL

    {

        width: 100%;

        height: 40%;

        background-position: center;

    }

    .fillsR

    {

        width: 100%;

    }

}



.frombox

{

    position: relative;

    display: inline-block;

    margin-top: 2%;

    padding-left: 20%;

    padding-right: 20%;

    border-left: 6px solid #CD3A3B;

    margin-left: -3px;

    background-color: #fff;

}



.frombox h6

{

    color: #CD3A3B;

    font-size: 18px;

    font-weight: 600;

    width: 60%;

    margin-left: auto;

    margin-right: auto;

}



.frombox h3

{

    color: #000000;

    font-size: 15px;

    font-weight: 600;

    width: 60%;

    margin-left: auto;

    margin-right: auto;

}



.frombox h7

{

    color: #515157;

    font-size: 9px;

    font-weight: 600;

    width: 60%;

    margin-left: auto;

    margin-right: auto;

}


.hr-line1

{

    width: 100%;

    position: relative;

    display: inline-block;

    border-bottom: 1px solid #ddd;

    margin-bottom: 10px;

}



.hr-line1 p

{

    background-color: #fff;

    position: relative;

    display: inline-block;

    font-weight: 700;

    color: #CD3A3B;

    padding-left: 10px;

    padding-right: 10px;

    margin-left: auto;

    margin-right: auto;

    bottom: -10px;

}



.frombox p

{

    font-size: 12px;

    margin-bottom: 0;

}



.btnform

{

    position: relative;

    display: inline-block;

    width: 75%;

    vertical-align: top;

}



.frombox h5

{

    font-size: 10px;

    font-weight: 700;

    width: 60%;

    text-align: center;

    margin-left: auto;

    margin-right: auto;

}



.frombox ha

{

    font-size: 10px;

    font-weight: 1;

    width: 100%;

    text-align: center;

    margin-left: auto;

    margin-right: auto;

}



.frombox h3

{

    letter-spacing: -0.5px;

}



.welcomebox

{

    width: 100%;

    position: absolute;

    display: inline-block;

    bottom: 33%;

    padding-left: 25%;

    padding-right: 25%;

}



.welcomebox p

{

    color: #fff;

    text-align: center;

    font-size: 25px;

    line-height: 1.3;

    font-weight: 300;

}



@media (max-width:767px)

{

    .frombox

    {

        padding-left: 5%;

        padding-right: 5%;

        padding-bottom: 50px;

    }

    .welcomebox

    {

        bottom: 15%;

    }

    .welcomebox p

    {

        font-size: 17px;

        font-weight: 500;

    }

}



